DevForce Help Reference
DataEntityProperty<TInstance,TValue> Class Members
Properties  Methods 


The following tables list the members exposed by DataEntityProperty<TInstance,TValue>.

Public Constructors
 NameDescription
Public ConstructorDataEntityProperty<TInstance,TValue> Constructor Creates an instance of this class.  
Top
Public Properties
 NameDescription
Public PropertyConcurrencyStrategyConcurrencyStrategy for this property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyDataType The datatype of this property. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyDefaultValue Gets or sets the default value for this property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyEntityTypeThe type of IEntity to which this property belongs. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyGetterInterceptorThe getter PropertyInterceptor.  
Public PropertyIsAutoIncrementing Whether this property is auto-incrementing or uses a store-generated identifier. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsComplexType Whether this property is a complex type (a non-primitive data type). (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsComputed Whether this property uses a StoreGeneratedPattern of "Computed". (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsConcurrencyProperty Whether this property is a concurrency property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsForeignKeyProperty Is this a foreign key property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsNativeProperty Gets or sets whether this property is a native property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsNullable Whether this property can accept a null value. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyIsPartOfKey Whether this property is part of the primary key. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsReadOnly Is this property readonly? (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyMemberMetadata Metadata for the property. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyName The name of this property in the Entity; this is not necessarily the data source name. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyOrdinal The ordinal index of the property in the collection of all properties for the Entity. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyPropertyInfo The actual property that this EntityProperty describes. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyRelatedNavigationPropertyName The related navigation property name that this is the foreign key for. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertySetterInterceptorThe setter PropertyInterceptor.  
Top
Protected Properties
 NameDescription
Protected PropertyEntityKind The type of object on which the property is defined. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Top
Public Methods
 NameDescription
Public MethodEquals Provides value equality. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public MethodGetHashCodeServes as the default hash function. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public MethodGetType (Inherited from object)
Public MethodGetValueOverloaded. Overridden.  Gets the value for this property on the selected instance.  
Public MethodSetValueOverloaded. Overridden.  Sets the value for this property on the selected instance.  
Public MethodToStringReturns a string that represents the current object. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

DataEntityProperty<TInstance,TValue> Class
IdeaBlade.EntityModel Namespace

Send Feedback